@charset "utf-8";
/* CSS Document */

body{
	max-width: 1330px;
	padding-top: 20px;
	margin:0 auto;
	background-color:darkgray;
	background-image: linear-gradient(90deg, transparent 1px, #000 1px, #000 2px, transparent 2px),
                    linear-gradient(180deg, transparent 1px, #000 1px, #000 2px, transparent 2px);
  	background-size: 20px 20px; 
  	width: 100%; 
  	height: 100%; 
  	left: 0;
  	z-index: -1; 
}
.HEADER{
	width: 90%;
	margin:0 auto;
	display: flex;
	align-items: center;
	background-color: slategray;
	margin-bottom: 20px;
}
.BIO{
	margin-left: 20px;
	background-color: slategray;
}
.MAIN{
	padding-top:20px;
	width: 90%;
	margin: 0 auto;
}
.BIO h2{
	color: #1F27DC;	
}
Header{
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: underline;
}
.SKILLS ul{
	justify-content: center;
	align-items: center;
	list-style:none;
	display:flex;
	gap:10%;
}
@media (max-width : 768px ){
	ul{
		padding-right: 10px;
		align-items: right;
		justify-content: right;
		gap: 0px;
	}
}
.LEFT{
	box-sizing: border-box;
	width:40%;
	float: left;
}
.RIGHT{
	box-sizing: border-box;
	width: 50%;
	float: right;
}
#EDU{
	margin-bottom: 20px;
	padding:10px;
	background-color:slategray;
}
#EXP{
	margin-bottom: 20px;
	padding:10px;
	background-color:slategray;
}
#SKILLS{
	margin-bottom: 20px;
	padding: 10px;
	background-color:slategray;
}
#LANGUAGES{
	margin-bottom: 20px;
	padding: 10px;
	background-color:slategray;
}
#CONTACT{
	margin-bottom: 20px;
	padding: 10px;
	background-color:slategray;
}
.WORKINGCONTAIN{
	width:50%;
	float:left;
}
a:link, a:visited {
    color: white;
    text-decoration: none;
}
p{
	font-family: 'Merriweather', serif;
	color: lightgray;
}
h5{
	font-size: 20px;
	color:#333333;
}
li{
	font-family: 'Merriweather', serif;
	font-size: 18px;
	color: lightgray;
}
.BIO h4{
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 36px;
	margin-bottom: 5px;
	color: #FF6B6B;
}
.BIO p{
	margin-top: 5px;
}
